Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SFT-1409]: Reducing the file-size of freeform.js #1641

Merged
merged 5 commits into from
Nov 19, 2024

Conversation

gustavs-gutmanis
Copy link
Contributor

Description

Reduced the file-size of our front-end plugin by half by removing polyfills for very old browsers (sub IE11) and removing an axios dependency, and removing a lodash dependency.

@gustavs-gutmanis gustavs-gutmanis self-assigned this Nov 18, 2024
@gustavs-gutmanis gustavs-gutmanis added the fix Fix an issue label Nov 18, 2024
* removing `axios` dependency
* removing `lodash` dependency
* removing `core-js` polyfills
@kjmartens kjmartens changed the base branch from v5 to feat/v5.8 November 19, 2024 18:10
@kjmartens kjmartens merged commit 16a3297 into feat/v5.8 Nov 19, 2024
@kjmartens kjmartens deleted the feat/SFT-1409-optimization branch November 19, 2024 19:57
kjmartens added a commit that referenced this pull request Nov 29, 2024
* feat(SFT-1409): optimizing front-end js size

* feat(SFT-1409): optimizing all freeform scripts

* removing `axios` dependency
* removing `lodash` dependency
* removing `core-js` polyfills

* chore(SFT-1409): updated changelog

---------

Co-authored-by: kjmartens <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix an issue
Development

Successfully merging this pull request may close these issues.

2 participants